home *** CD-ROM | disk | FTP | other *** search
/ Level 2003 August (DVD) / Level_2003-08_103_DVD_Re-Volt.iso / Software / ThumbHTML / ThumbHTML_Install.exe / {app} / stylesheets / default.css
Encoding:
Cascading Style Sheet File  |  2003-01-01  |  2.6 KB  |  141 lines

  1. /*-----------------------------------------*/
  2. /* ThumbHTML default stylesheet            */
  3. /* version 2.7, Jeff Waldock, January 2003 */
  4. /*-----------------------------------------*/
  5.  
  6. /* Governs page background, and background of images using drop-shadows */
  7. BODY {
  8. background-color: #006699;
  9. color: #FFFFFF;
  10. font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  11. font-size: 12px;
  12. }
  13.  
  14. /* links */
  15. A:LINK {
  16. font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  17. font-size: 12px;
  18. color:#0099FF;
  19. font-weight : normal;
  20. text-decoration : none;
  21. }
  22.  
  23. /* visited links */
  24. A:VISITED {
  25. font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  26. font-size: 12px;
  27. color: #FFCC99;
  28. font-weight : normal;
  29. text-decoration : none;
  30. }
  31.  
  32. /* mouse-over links */
  33. A:HOVER {
  34. font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  35. font-size: 12px;
  36. color: #0099FF;
  37. font-weight : normal;
  38. text-decoration: underline;
  39. }
  40.  
  41. /* footer text */
  42. DIV.footer {
  43. color: #FFFFFF;
  44. font-size: 10px;
  45. }
  46.  
  47. /* main title */
  48. H1 {
  49. font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  50. font-weight : Normal;
  51. color: #FFFFFF;
  52. font-size: 20px;
  53. }
  54.  
  55. /* not currently used - has been replaced by <center> tags */
  56. .mainbody {
  57.  text-align: center;
  58. }
  59.  
  60. /* date and time */
  61. .photodatetime {
  62. color: #FFFF00;
  63. font-size: 10px;
  64. }
  65.  
  66. /* photo data section */
  67. .photodata {
  68. color: #C0C0C0;
  69. font-size: 10px;
  70. text-align: right;
  71. }
  72.  
  73. /* picture comments */
  74. .caption {
  75. color: #33FF33;
  76. font-size: 12px;
  77. text-align: center;
  78. }
  79.  
  80. /* link colors in the footer section */
  81. A.footer, A:VISITED.footer {
  82. font-size: 10px;
  83. }
  84.  
  85. /* mouseover-color of hyperlinks in the footer section */
  86. A:HOVER.footer {
  87. font-size: 10px;
  88. color: #0099FF;
  89. }
  90.  
  91. TD {
  92. color: #33FF33;
  93. font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  94. font-size: 12px;
  95. }
  96.  
  97. /* text in the 'also-available' section of linked-image HTML pages */
  98. TD.alsoavailable {
  99. color: #33FF33;
  100. font-size: 10px;
  101. }
  102.  
  103. /* Hyperlinks in 'also-available' section of individual linked-image HTML pages */
  104. A.alsoavailable,A:HOVER.alsoavailable,A:VISITED.alsoavailable {
  105. font-size: 10px;
  106. }
  107.  
  108. /* image descriptions in slideshow */
  109. #descriptions {
  110. color: #33FF33;
  111. font-size: 12px;
  112. text-align: center;
  113. font-style: italic;
  114. }
  115.  
  116. /* picture information in slideshow */
  117. #photodetails {
  118. color: #C0C0C0;
  119. font-size: 11px;
  120. text-align: right;
  121. }
  122.  
  123. /* photo date and time in slideshow */
  124. #photodate {
  125. color: #FFFF00;
  126. font-size: 11px;
  127. }
  128.  
  129. /* image filename in slideshow */
  130. #filename {
  131. color: #C0C0C0;
  132. font-size: 12px;
  133. text-align: left;
  134. }
  135.  
  136. /* image count in slideshow */
  137. #imagecount {
  138. font-size: 12px;
  139. text-align: left;
  140. }
  141.